linear search - traduction vers russe
Diclib.com
Dictionnaire ChatGPT
Entrez un mot ou une phrase dans n'importe quelle langue 👆
Langue:

Traduction et analyse de mots par intelligence artificielle ChatGPT

Sur cette page, vous pouvez obtenir une analyse détaillée d'un mot ou d'une phrase, réalisée à l'aide de la meilleure technologie d'intelligence artificielle à ce jour:

  • comment le mot est utilisé
  • fréquence d'utilisation
  • il est utilisé plus souvent dans le discours oral ou écrit
  • options de traduction de mots
  • exemples d'utilisation (plusieurs phrases avec traduction)
  • étymologie

linear search - traduction vers russe

SEARCH ALGORITHM IN UNSORTED LISTS
Sequential search; Linear search algorithm

linear search         
[вчт.] последовательный перебор; линейный поиск
linear search         

общая лексика

линейный поиск, последовательный перебор

поиск, начинающийся с первого элемента и заканчивающийся, когда искомый элемент найден либо достигнут конец списка

математика

линейный поиск

Смотрите также

binary search; global search; heuristic search; linear list; search; sequential search

sequential search         
последовательный поиск

Définition

поисковик
м.
Геолог, занимающийся поисками полезных ископаемых.

Wikipédia

Linear search

In computer science, a linear search or sequential search is a method for finding an element within a list. It sequentially checks each element of the list until a match is found or the whole list has been searched.

A linear search runs in at worst linear time and makes at most n comparisons, where n is the length of the list. If each element is equally likely to be searched, then linear search has an average case of n+1/2 comparisons, but the average case can be affected if the search probabilities for each element vary. Linear search is rarely practical because other search algorithms and schemes, such as the binary search algorithm and hash tables, allow significantly faster searching for all but short lists.

Traduction de &#39linear search&#39 en Russe